DataConnector | ComponentOne
C1.AdoNet.D365S Assembly / C1.DataConnector.AdoNet Namespace / DbConnectionWrap<TInnerConnection,TInnerCommand,TInnerParameter> Class / GetSchema Method / GetSchema() Method

In This Topic
    GetSchema() Method
    In This Topic
    Returns schema information for the data source of this System.Data.Common.DbConnection.
    Syntax
    'Declaration
     
    Public Overloads Overrides Function GetSchema() As DataTable
    public override DataTable GetSchema()
    See Also